Class symantec.itools.awt.shape.Circle
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.shape.Circle

Object
   |
   +----Component
           |
           +----Shape
                   |
                   +----Ellipse
                           |
                           +----symantec.itools.awt.shape.Circle

public class Circle
extends Ellipse
This is a circle shape component.

Version:
1.1, August 13, 1997
Author:
Symantec

Constructor Index

 o symantec.itools.awt.shape.Circle()
Constructs a default Circle.

Method Index

 o reshape(int, int, int, int)
Moves and/or resizes this component.

Constructors

 o Circle
public Circle()
Constructs a default Circle.

Methods

 o reshape
public void reshape(int x,
                    int y,
                    int width,
                    int height)
Moves and/or resizes this component. This is a standard Java AWT method which gets called to move and/or resize this component. Components that are in containers with layout managers should not call this method, but rely on the layout manager instead.

Parameters:
x - horizontal position in the parent's coordinate space
y - vertical position in the parent's coordinate space
width - the new width
height - the new height
Overrides:
reshape in class Shape

All Packages  Class Hierarchy  This Package  Previous  Next  Index